php forum
php mysql forum
php mysql smarty
 
Page 1 of 5 1 2 3 4 5 >
Topic Options
#274112 - 05/27/04 12:02 AM Finished-[6.5] Popup Graemlin Panel
scroungr Offline
Old Hand

Registered: 10/17/03
Posts: 2409
Loc: Richmond, VA
Mod Name / Version: Finished-[6.5] Popup Graemlin Panel <br /> <br />Description: Allows you to limit the number of graemlins to be displayed on the posting pages and gives a link to click "More Graemlins" for a pop-up window where you can select from additional graemlins. <br /> <br /> <br />Working Under: UBB.Threads 6.5 <br /> <br />Mod Status: Finished <br /> <br />Any pre-requisites: UBB Threads v6.5 <br /> <br />Author(s): JustDave <br /> <br />Date: 05/26/04 <br /> <br />Credits: JoshPet, AllenAyers & Astaran, Scroungr for bug fixes and updates <br /> <br />Files Altered: /templates/default/admin/features.tmpl, /languages/english/admin, /admin/features.php, <br /> /admin/dofeatures.php, /templates/default/ubbt_instant_ubbcode.tmpl, ubbt.inc.php, /languages/english/instant_markup.php, <br />/languages/english/generic.php, /templates/default/quickreply.tmpl <br /> <br /> <br />New Files: graemlinpanel.php <br /> <br />Database Altered: No <br /> <br />Info/Instructions: Essential to keep page load times down and your layout clean if you have lots of graemlins <br /> <br /> <br />Disclaimer: Please backup every file that you intend to modify. <br />If the modification modifies the database, it's a good idea to backup your database before doing so. <br /> <br />Note: If you modify your UBB.Threads code, you may be giving up your right for "official" support from Infopop.If you need official support, you'll need to restore unmodified files. <br /> <br />##ADDED Graemlins to Quickreply Box. <br /> <br />##ADDED WHERE G_Active='1' for active Gramelins only


Attachments
114094-114094-graemlinpanel.6.5.zip (220 downloads)



Edited by scroungr (11/16/04 07:59 AM)

Top
#274113 - 05/27/04 03:17 AM Re: Finished-[6.5] Finished-[6.5] Popup Graemlin Panel [Re: 234234]
Ian_W Offline

Veteran

Registered: 02/22/02
Posts: 2575
Loc: England
Thanks <img src="http://www.ubbdev.com/forum/images/graemlins/yay.gif" alt="" />
_________________________
Fans Focus - Focusing on Fans of Sport

(Okay - mainly football (the British variety wink at the moment - but expanding all the time....)

Top
#274114 - 05/27/04 07:42 AM Re: Finished-[6.5] Finished-[6.5] Popup Graemlin Panel [Re: Gorlum]
DrChaos Offline
Coder

Registered: 09/12/03
Posts: 816
Loc: Hollywood Florida.
<img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" /><br /><br />you read my mind. I was hoping this was one of the first ones......
_________________________
DrChaos
LeetGamers

Top
#274115 - 05/27/04 02:39 PM Re: Finished-[6.5] Finished-[6.5] Popup Graemlin Panel [Re: Duck]
donJulio Offline
Code Monkey

Registered: 06/17/02
Posts: 682
Loc: CA, USA
I see that showflat.tmpl and showthreaded.tmpl aren't included on the changed files list. Will this be updated to add the "More Graemlins" link to the new stock Quick Reply boxes?
_________________________
Too many men. There's too many people making too many problems, and not much love to go around. Can't you see this is the Land of Confusion? <img src="http://www.ubbdev.com/forum/images/graemlins/confused.gif" alt="" />

Top
#274116 - 05/27/04 03:36 PM Re: Finished-[6.5] Finished-[6.5] Popup Graemlin Panel [Re: luan]
scroungr Offline
Old Hand

Registered: 10/17/03
Posts: 2409
Loc: Richmond, VA
[:"red"]NEW VERSION UPLOADED [/] <br /><br />Now includes the quickreply.tmpl instructions
_________________________
Couchtomatoe - www.couch-tomatoe.cc
My abilities are for hire for installs, upgrades, custom themes and custom modifications.

Top
#274117 - 05/27/04 05:33 PM Re: Finished-[6.5] Finished-[6.5] Popup Graemlin Panel [Re: 234234]
donJulio Offline
Code Monkey

Registered: 06/17/02
Posts: 682
Loc: CA, USA
I guess I should have known that the quickreply is it's own template now that it's stock. Thanks <img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" />
_________________________
Too many men. There's too many people making too many problems, and not much love to go around. Can't you see this is the Land of Confusion? <img src="http://www.ubbdev.com/forum/images/graemlins/confused.gif" alt="" />

Top
#274118 - 05/27/04 07:05 PM Re: Finished-[6.5] Finished-[6.5] Popup Graemlin Panel [Re: luan]
DrChaos Offline
Coder

Registered: 09/12/03
Posts: 816
Loc: Hollywood Florida.
Im getting this error when I click on the "more grams" link in the quick reply and in the post or reply pages.<br /><br />
Code:
 Warning: main(includes/hack.inc.php): failed to open stream: No such file or directory in /home/leetgame/public_html/graemlinpanel.php on line 21<br /><br />Fatal error: main(): Failed opening required 'includes/hack.inc.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/leetgame/public_html/graemlinpanel.php on line 21<br /> 
_________________________
DrChaos
LeetGamers

Top
#274119 - 05/27/04 07:29 PM Re: Finished-[6.5] Finished-[6.5] Popup Graemlin Panel [Re: Duck]
DrChaos Offline
Coder

Registered: 09/12/03
Posts: 816
Loc: Hollywood Florida.
line 21 reads. "require ("includes/hack.inc.php");"<br /><br />I dont have that file in my includes dir?
_________________________
DrChaos
LeetGamers

Top
#274120 - 05/28/04 01:34 AM Re: Finished-[6.5] Finished-[6.5] Popup Graemlin Panel [Re: Duck]
scroungr Offline
Old Hand

Registered: 10/17/03
Posts: 2409
Loc: Richmond, VA
well then point it to main.inc.php instead.. we are tossing around the idea of making a standard hack.inc.php so we won't always have to change things.. so just point it to main.inc.php
_________________________
Couchtomatoe - www.couch-tomatoe.cc
My abilities are for hire for installs, upgrades, custom themes and custom modifications.

Top
#274121 - 05/31/04 05:41 PM Re: Finished-[6.5] Finished-[6.5] Popup Graemlin Panel [Re: 234234]
smilesforu Offline
Junior Member

Registered: 01/31/02
Posts: 676
My instant greamlins don't show up. I don't see a specific screen that says themes in the control panel. I do see a max greamlin list and have set it to 10.<br /><br />Trying to setup a threadsdev user but can't verify my fake email account <img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" />.. see the need for a mod.

Top
#274122 - 05/31/04 05:54 PM Re: Finished-[6.5] Finished-[6.5] Popup Graemlin Panel [Re: Kelly]
smilesforu Offline
Junior Member

Registered: 01/31/02
Posts: 676
ok threadsdev setup<br />http://www.steelheader.net/6.5/ubbthreads.php?Cat=0<br /><br />The popup panel works when you find the dot below more greamlins. <br /><br />I double checked the hack files and they met the instructions.

Top
#274123 - 05/31/04 08:13 PM Re: Finished-[6.5] Finished-[6.5] Popup Graemlin Panel [Re: Kelly]
DrChaos Offline
Coder

Registered: 09/12/03
Posts: 816
Loc: Hollywood Florida.
Where, in threads 6.5 is the option to change how many are shown. I cant find it in the control panel?
_________________________
DrChaos
LeetGamers

Top
#274124 - 05/31/04 08:33 PM Re: Finished-[6.5] Finished-[6.5] Popup Graemlin Panel [Re: Duck]
scroungr Offline
Old Hand

Registered: 10/17/03
Posts: 2409
Loc: Richmond, VA
Okay Chaos its in Feature Settings in the admin panel right under the allow images/images in signatures.
_________________________
Couchtomatoe - www.couch-tomatoe.cc
My abilities are for hire for installs, upgrades, custom themes and custom modifications.

Top
#274125 - 05/31/04 08:35 PM Re: Finished-[6.5] Finished-[6.5] Popup Graemlin Panel [Re: 234234]
scroungr Offline
Old Hand

Registered: 10/17/03
Posts: 2409
Loc: Richmond, VA
about the graemlins not showing Smilesforu , mine was like that also until I set the above setting.
_________________________
Couchtomatoe - www.couch-tomatoe.cc
My abilities are for hire for installs, upgrades, custom themes and custom modifications.

Top
#274126 - 05/31/04 09:31 PM Re: Finished-[6.5] Finished-[6.5] Popup Graemlin Panel [Re: 234234]
smilesforu Offline
Junior Member

Registered: 01/31/02
Posts: 676
I tried updating greamlin settings in features... it changes them but still no greamlins. <br /><br />stumped. <br />Looks like a language file problem but I don't see it.

Top
#274127 - 06/01/04 10:52 AM Re: Finished-[6.5] Finished-[6.5] Popup Graemlin Panel [Re: Kelly]
DrChaos Offline
Coder

Registered: 09/12/03
Posts: 816
Loc: Hollywood Florida.
working sweet.....<br /><br />How would I go about making them load in multiple pages instead of one major page. the 56k'er are starting to complain that the page loads slow. If it would load like 20 on a page and have something like (1/2/3/4/5) on the bottom as pages they can click to view the other grams.....
_________________________
DrChaos
LeetGamers

Top
#274128 - 06/01/04 11:44 AM Re: Finished-[6.5] Finished-[6.5] Popup Graemlin Panel [Re: Duck]
scroungr Offline
Old Hand

Registered: 10/17/03
Posts: 2409
Loc: Richmond, VA
well you would really need to rewrite this script to allow for multiple pages...
_________________________
Couchtomatoe - www.couch-tomatoe.cc
My abilities are for hire for installs, upgrades, custom themes and custom modifications.

Top
#274129 - 06/01/04 02:05 PM Re: Finished-[6.5] Finished-[6.5] Popup Graemlin Panel [Re: 234234]
DrChaos Offline
Coder

Registered: 09/12/03
Posts: 816
Loc: Hollywood Florida.
oh, nevermind then....<br /><br />Imthinking about setting up something like here that has them listed in a section. then they can just use the image tag and put the location of the smiley.
_________________________
DrChaos
LeetGamers

Top
#274130 - 06/01/04 04:25 PM Re: Finished-[6.5] Finished-[6.5] Popup Graemlin Panel [Re: Duck]
scroungr Offline
Old Hand

Registered: 10/17/03
Posts: 2409
Loc: Richmond, VA
yeah Josh modified well I think someone did it for him <img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" />
_________________________
Couchtomatoe - www.couch-tomatoe.cc
My abilities are for hire for installs, upgrades, custom themes and custom modifications.

Top
#274131 - 06/10/04 05:45 PM Re: Finished-[6.5] Finished-[6.5] Popup Graemlin Panel [Re: 234234]
oceanwest Offline
Enthusiast

Registered: 04/25/02
Posts: 490
Loc: Escondido, CA
Any one have a nice zipped collection of graemlins? And an easy way to bulk upload em?
_________________________
FM Forums
Largest Online FileMaker Community
http://www.fmforums.com

Top
Page 1 of 5 1 2 3 4 5 >



Moderator:  Ian_W 
Latest Posts
[7.2.1] - Naked shoutbox
by bellaonline
05/05/12 05:00 PM
[7.x] Stop Forum Spam Integration v0.4
by bellaonline
05/05/12 03:53 PM
Shout Box

(Views)Popular Topics
Known public proxy servers 1689885
Integrated Index Page (IIP) 5.3.1 555705
Finished-[6.5.2] Games Arcade Deluxe v1.9 501236
Integrated Index Page (IIP) 5.1.1 415112
TLD Bv2.1 Released - Threads Links Directory 396822
[6.0x] Who's Online 4.0.0 [Finished] 389412
Finished-[6.5.1] Integrated Index Page (IIP) 6.5 330423
Q & A 298663
Slash UBB 266936
[6.3.x] [beta] Hit Hack 2.0 227970
Forum Stats
13621 Members
59 Forums
37191 Topics
295716 Posts

Max Online: 686 @ 06/28/07 07:04 AM

 

 

 
fusionbb message board php hacks